Persistent and Ephemeral Property Mappers (Pro only)
A particle property can be modified in either a persistent or an ephemeral way: - A persistent change to a particle property retains the most recent value set by a layer map for the remaining lifespan of the particle, unless the particle is modified by another control such as Repel, Gravity, or Wall. For example, if you use a layer map to modify particle size and you animate the layer map so it exits the frame, the particles keep the last size value set by the layer map after it exits the frame.
- An ephemeral change to a particle property causes the property to revert to its original value after each frame. For example, if you use a layer map to modify particle size and you animate the layer map so that it exits the frame, each particle returns to its original size value as soon as no layer map pixels correspond to it. Similarly, if you apply an operator such as Add, each time a particle passes over a different layer map pixel, the value of the layer map pixel is added to the original value of the particle.
For more information, see Using the Property Mappers (Pro only).
|